***************** THIS SECTION IS MANDATORY TO READ AND PERFORM ON ALL MACHINES MENTIONED. DO NOT IGNORE INSTRUCTIONS ******************************

******************************************** READ INSTRUCTIONS CAREFULLY **********************************





_________________________________________________________
In web.config of A4Survey :

- Back up web.config
- Search for "System.Text.Json". Under <bindingRedirect>, replace oldVersion and newVersion with the values found below.

<dependentAssembly>
	<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-7.0.0.3" newVersion="7.0.0.3" />
</dependentAssembly>


- Search for "Microsoft.Bcl.AsyncInterfaces". Under <bindingRedirect>, replace oldVersion and newVersion with the values found below.

<dependentAssembly>
	<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
</dependentAssembly>


- Search for "System.Diagnostics.DiagnosticSource". Under <bindingRedirect>, replace oldVersion and newVersion with the values found below.

<dependentAssembly>
	<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-8.0.0.1" newVersion="8.0.0.1" />
</dependentAssembly>


- Search for "<assemblyBinding". Add Microsoft.Bcl.TimeProvider above DotNetOpenAuth.AspNet setting using the values found below.

	<dependentAssembly>
		<assemblyIdentity name="Microsoft.Bcl.TimeProvider" publicKeyToken="CC7B13FFCD2DDD51" culture="neutral"/>
		<bindingRedirect oldVersion="0.0.0.0-8.0.0.1" newVersion="8.0.0.1"/>
	</dependentAssembly>
	
_________________________________________________________
_________________________________________________________
In web.config of Voxco.S2 :

- Back up web.config
- In web.config file, need to add the following tags since they don't exist. Search for </assemblyBinding> and paste the following tags ***ABOVE*** </assemblyBinding>



<dependentAssembly>
	<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-7.0.0.3" newVersion="7.0.0.3" />
</dependentAssembly>
<dependentAssembly>
	<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
</dependentAssembly>


- Search for "System.Diagnostics.DiagnosticSource". Under <bindingRedirect>, replace oldVersion and newVersion with the values found below.

<dependentAssembly>
	<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-8.0.0.1" newVersion="8.0.0.1" />
</dependentAssembly>
_________________________________________________________



_________________________________________________________
In web.config of Voxco.SurveyEngine

- Back up web.config
- In web.config file, need to add the following tags since they don't exist. Search for </assemblyBinding> and paste the following tags ***ABOVE*** </assemblyBinding>


<dependentAssembly>
	<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-7.0.0.3" newVersion="7.0.0.3" />
</dependentAssembly>
<dependentAssembly>
	<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
</dependentAssembly>


- Search for "System.Diagnostics.DiagnosticSource". Under <bindingRedirect>, replace oldVersion and newVersion with the values found below.

<dependentAssembly>
	<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-8.0.0.1" newVersion="8.0.0.1" />
</dependentAssembly>

_________________________________________________________
_________________________________________________________
In web.config of Acuity4.WebAPI


- Back up web.config
- In web.config file, need to add the following tags since they don't exist. Search for </assemblyBinding> and paste the following tags ***ABOVE*** </assemblyBinding>


<dependentAssembly>
	<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-7.0.0.3" newVersion="7.0.0.3" />
</dependentAssembly>
<dependentAssembly>
	<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
</dependentAssembly>
<dependentAssembly>
	<assemblyIdentity name="MimeKit" publicKeyToken="bede1c8a46c66814" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-4.6.0.0" newVersion="4.6.0.0" />
</dependentAssembly>
<dependentAssembly>
	<assemblyIdentity name="Microsoft.Bcl.TimeProvider" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-8.0.0.1" newVersion="8.0.0.1" />
</dependentAssembly>



- Search for "System.Diagnostics.DiagnosticSource". Under <bindingRedirect>, replace oldVersion and newVersion with the values found below.

  
<dependentAssembly>
	<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-8.0.0.1" newVersion="8.0.0.1" />
</dependentAssembly>
               
_________________________________________________________
_________________________________________________________
In Voxco.Task.Server.exe.config of Voxco.Task.Server:

- Backup Voxco.Task.Server.exe.config
- In Voxco.Task.Server.exe.config file, need to add the following tags. Again, search for </assemblyBinding> and paste the tags below ***ABOVE*** </assemblyBinding>

<dependentAssembly>
	<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-7.0.0.3" newVersion="7.0.0.3" />
</dependentAssembly>
<dependentAssembly>
	<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
</dependentAssembly>

_________________________________________________________
_________________________________________________________
In Voxco.EM.Server.exe.config of Voxco.EM.Server:


- Backup Voxco.EM.Server.exe.config
- Search for "System.Diagnostics.DiagnosticSource". Under <bindingRedirect>, replace oldVersion and newVersion with the values found below.
  
<dependentAssembly>
	<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
	<bindingRedirect oldVersion="0.0.0.0-8.0.0.1" newVersion="8.0.0.1" />
</dependentAssembly>

_________________________________________________________    



This is Hot Patch #70 for 6.11.23306.10007 >> WordImport & TelDashBoard
Includes fixes:

DEV-90194 Upgrade ALL .NET Core Componants to .NET 8
DEV-90477 Upgrade .net componants in WordImport to .Net 8

.NET Runtime 8.0.8 x64
https://download.visualstudio.microsoft.com/download/pr/cc913baa-9bce-482e-bdfc-56c4b6fafd10/e3f24f2ab2fc02b395c1b67f5193b8d1/dotnet-runtime-8.0.8-win-x64.exe

.NET Runtime 8.0.8 x86
https://download.visualstudio.microsoft.com/download/pr/c2083daf-6d33-404f-a7d6-dd3bb012a945/e241d0aff000f63ef8a49c3c7da08087/dotnet-runtime-8.0.8-win-x86.exe

.NET Hosting 8.0.8
https://download.visualstudio.microsoft.com/download/pr/ef1366bd-3111-468b-93da-17e6ccb057e1/1fac364775c1accb09b9ac5314179004/dotnet-hosting-8.0.8-win.exe



